home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDH_ACMAINWINDOWFRAME < prev    next >
Encoding:
Text File  |  2004-11-29  |  1003 b   |  44 lines

  1. <HTML>
  2. <HEAD>
  3.     <SCRIPT LANG="JavaScript">
  4.  
  5.     function DoOnLoad()
  6.     {
  7.         if (window.external.InternetConnectionIsOpen())
  8.         {
  9. //            window.external.NavigateToEventDirectory();
  10.         }
  11.     }
  12.  
  13.     </SCRIPT>
  14. </HEAD>
  15.  
  16. <BODY rightmargin=0 leftmargin=0 topmargin=0 bottommargin=0 
  17.     STYLE="border-bottom: 0px solid black"
  18.     onload="DoOnLoad();">
  19.  
  20. <IFrame src="res:IDH_ACDayAndMonthDCtrlUI4"  
  21.     id="MyCalendar" 
  22.     name="MyCalendar" 
  23.     frameborder="0"
  24.     scrolling="no" 
  25.     style="position:absolute; HEIGHT: 100%; WIDTH: 100%; visibility:visible">
  26. </IFrame>
  27.  
  28. <IFrame 
  29.     id="EventDirectory" 
  30.     src="res:IDH_ACEDirNull"
  31.     name="EventDirectory" 
  32.     frameborder="0"
  33.     scrolling="auto" 
  34.     style="position:absolute; visibility: hidden;"
  35.     style="height: expression(document.body.clientHeight - 6);"
  36.     style="width: expression(document.body.clientWidth - 12);"
  37.     style="border-left: 6px solid #00319C; border-right: 6px solid #00319C;"
  38.     style="border-bottom: 6px solid #00319C;"
  39.     >
  40. </IFrame>
  41.  
  42. </BODY>
  43. </HTML>
  44.